home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / automake.0 / automake / automake-1.0 / tests / spelling.test < prev    next >
Encoding:
Text File  |  1996-03-01  |  196 b   |  15 lines

  1. #! /bin/sh
  2.  
  3. # Test to make sure that misspelled prefixes actually cause error.
  4.  
  5. . $srcdir/defs || exit 1
  6.  
  7. cat > Makefile.am << 'EOF'
  8. bni_PROGRAMS = zot
  9. EOF
  10.  
  11. if $AUTOMAKE; then
  12.    exit 1
  13. fi
  14. exit 0
  15.